Package com.cisco.pt.ipc.system.impl
Class NumberPoolImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.PoolImpl
com.cisco.pt.ipc.system.impl.NumberPoolImpl
- All Implemented Interfaces:
IPCObject,NumberPool,Pool
Information provided by the PKI file:
\class NumberPool
\brief NumberPool contains pools of numbers for activities.
\example appWindow().getActiveFile().getVariableManager().getNumberPoolAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionNumberPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.system.impl.PoolImpl
getElementToString, isInPool, nameMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.system.Pool
getElementToString, isInPool, name
-
Constructor Details
-
NumberPoolImpl
public NumberPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getStart
public int getStart()Information provided by the PKI file:
\brief Returns the starting number in the range. \return int, the starting number in the range.- Specified by:
getStartin interfaceNumberPool- Returns:
- int Returns a int
-
getEnd
public int getEnd()Information provided by the PKI file:
\brief Returns the ending number in the range. \return int, the ending number in the range.- Specified by:
getEndin interfaceNumberPool- Returns:
- int Returns a int
-